home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if soundBusy(1) then
- go(the frame)
- if rollOver(3) then
- puppetSprite(3, 1)
- set the castNum of sprite 3 to 148
- updateStage()
- else
- puppetSprite(3, 0)
- end if
- if rollOver(4) then
- puppetSprite(4, 1)
- set the castNum of sprite 4 to 149
- updateStage()
- else
- puppetSprite(4, 0)
- end if
- if rollOver(5) then
- puppetSprite(5, 1)
- set the castNum of sprite 5 to 151
- updateStage()
- else
- puppetSprite(5, 0)
- end if
- if rollOver(6) then
- puppetSprite(6, 1)
- set the castNum of sprite 6 to 150
- updateStage()
- else
- puppetSprite(6, 0)
- end if
- end if
- end
-